net/http.http2serverConn.framer (field)
7 uses
	net/http (current package)
		h2_bundle.go#L4333: 	sc.framer = fr
		h2_bundle.go#L4417: 	sc.framer.WriteGoAway(0, err, []byte(debug))
		h2_bundle.go#L4430: 	framer           *http2Framer
		h2_bundle.go#L4533: func (sc *http2serverConn) Framer() *http2Framer { return sc.framer }
		h2_bundle.go#L4691: 		f, err := sc.framer.ReadFrame()
		h2_bundle.go#L4725: 		err = sc.framer.endWrite()
		h2_bundle.go#L5134: 		sc.framer.startWriteDataPadded(wd.streamID, wd.endStream, wd.p, nil)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |